home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TFTPPROFILEFORM / TFTPPROFILEFORM.txt
Text File  |  2005-03-06  |  4KB  |  185 lines

  1. object FtpProfileForm: TFtpProfileForm
  2.   Left = 466
  3.   Top = 402
  4.   BorderStyle = bsDialog
  5.   Caption = 'PowerArchiver FTP Profile Manager'
  6.   ClientHeight = 252
  7.   ClientWidth = 416
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = False
  12.   Position = poOwnerFormCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 7
  22.     Width = 321
  23.     Height = 241
  24.     Caption = ' FTP &Login '
  25.     TabOrder = 0
  26.     object Label4: TLabel
  27.       Left = 12
  28.       Top = 48
  29.       Width = 78
  30.       Height = 13
  31.       Caption = '&Hostname or IP:'
  32.       FocusControl = Edit971
  33.     end
  34.     object Label5: TLabel
  35.       Left = 12
  36.       Top = 72
  37.       Width = 27
  38.       Height = 13
  39.       Caption = '&Port: '
  40.       FocusControl = Edit972
  41.     end
  42.     object Label6: TLabel
  43.       Left = 12
  44.       Top = 120
  45.       Width = 55
  46.       Height = 13
  47.       Caption = 'U&sername: '
  48.       FocusControl = Edit973
  49.     end
  50.     object Label7: TLabel
  51.       Left = 12
  52.       Top = 144
  53.       Width = 53
  54.       Height = 13
  55.       Caption = '&Password: '
  56.       FocusControl = Edit974
  57.     end
  58.     object Label1: TLabel
  59.       Left = 12
  60.       Top = 168
  61.       Width = 92
  62.       Height = 13
  63.       Caption = 'Timeout (seconds):'
  64.     end
  65.     object Label2: TLabel
  66.       Left = 12
  67.       Top = 192
  68.       Width = 70
  69.       Height = 13
  70.       Caption = 'Default folder:'
  71.       FocusControl = Edit2
  72.     end
  73.     object Label3: TLabel
  74.       Left = 12
  75.       Top = 21
  76.       Width = 31
  77.       Height = 13
  78.       Caption = 'Name:'
  79.       FocusControl = Edit971
  80.     end
  81.     object CheckBox1: TCheckBox
  82.       Left = 8
  83.       Top = 96
  84.       Width = 305
  85.       Height = 17
  86.       Caption = '&Anonymous login'
  87.       Checked = True
  88.       State = cbChecked
  89.       TabOrder = 3
  90.       OnClick = CheckBox1Click
  91.     end
  92.     object Edit971: TEdit
  93.       Left = 108
  94.       Top = 43
  95.       Width = 201
  96.       Height = 21
  97.       TabOrder = 1
  98.     end
  99.     object Edit972: TEdit
  100.       Left = 108
  101.       Top = 67
  102.       Width = 105
  103.       Height = 21
  104.       TabOrder = 2
  105.       Text = '21'
  106.     end
  107.     object Edit973: TEdit
  108.       Left = 108
  109.       Top = 117
  110.       Width = 105
  111.       Height = 21
  112.       TabOrder = 4
  113.       Text = 'Anonymous'
  114.     end
  115.     object Edit974: TEdit
  116.       Left = 108
  117.       Top = 141
  118.       Width = 105
  119.       Height = 21
  120.       PasswordChar = '*'
  121.       TabOrder = 5
  122.       Text = 'myemail@domain.com'
  123.     end
  124.     object CheckBox2: TCheckBox
  125.       Left = 8
  126.       Top = 216
  127.       Width = 305
  128.       Height = 17
  129.       Caption = 'Passi&ve mode'
  130.       TabOrder = 8
  131.     end
  132.     object Edit1: TEdit
  133.       Left = 160
  134.       Top = 165
  135.       Width = 49
  136.       Height = 21
  137.       TabOrder = 6
  138.       Text = '15'
  139.     end
  140.     object Edit2: TEdit
  141.       Left = 108
  142.       Top = 187
  143.       Width = 201
  144.       Height = 21
  145.       TabOrder = 7
  146.       Text = '/'
  147.     end
  148.     object Edit3: TEdit
  149.       Left = 108
  150.       Top = 14
  151.       Width = 201
  152.       Height = 21
  153.       TabOrder = 0
  154.     end
  155.   end
  156.   object Button1: TButton
  157.     Left = 336
  158.     Top = 16
  159.     Width = 75
  160.     Height = 25
  161.     Caption = '&Save'
  162.     Default = True
  163.     TabOrder = 1
  164.     OnClick = Button1Click
  165.   end
  166.   object Button2: TButton
  167.     Left = 336
  168.     Top = 48
  169.     Width = 75
  170.     Height = 25
  171.     Caption = '&Cancel'
  172.     TabOrder = 2
  173.     OnClick = Button2Click
  174.   end
  175.   object Button4: TButton
  176.     Left = 336
  177.     Top = 80
  178.     Width = 75
  179.     Height = 25
  180.     Caption = '&Help'
  181.     TabOrder = 3
  182.     OnClick = Button4Click
  183.   end
  184. end
  185.